const internal/strconv.smalls
9 uses
internal/strconv (current package)
itoa.go#L156: const smalls = "00010203040506070809" +
itoa.go#L174: return smalls[i*2 : i*2+2]
itoa.go#L207: a[i+0], a[i+1] = smalls[dd+0], smalls[dd+1]
itoa.go#L210: a[i] = smalls[lo*2+1]
itoa.go#L227: a[i+0], a[i+1] = smalls[dd+0], smalls[dd+1]
itoa.go#L231: a[i] = smalls[dd+1]
itoa.go#L234: a[i] = smalls[dd+0]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |